runtime.profBuf.canWriteTwoRecords (method)
2 uses
runtime (current package)
profbuf.go#L264: func (b *profBuf) canWriteTwoRecords(nstk1, nstk2 int) bool {
profbuf.go#L312: if hasOverflow := b.hasOverflow(); hasOverflow && b.canWriteTwoRecords(1, len(stk)) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)